home *** CD-ROM | disk | FTP | other *** search
- object TextPropDlg: TTextPropDlg
- Left = 11
- Top = 113
- ActiveControl = Memo
- BorderStyle = bsDialog
- Caption = 'Static Text Property Editor'
- ClientHeight = 359
- ClientWidth = 362
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 120
- Scaled = False
- TextHeight = 16
- object SpeedButton1: TSpeedButton
- Left = 266
- Top = 324
- Width = 89
- Height = 30
- Caption = 'Help'
- Glyph.Data = {
- 06020000424D0602000000000000760000002800000028000000140000000100
- 0400000000009001000000000000000000000000000010000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 777777777778887777777777777777777777777777777777778AA87777777777
- 777777788777777777777777778AA87777777777777777788777777777777777
- 78AA87774447777777777788777788877777778878AA87774447777777877788
- 777788877777778A8AA877777777777777887887777777777777778AAAA87777
- 4487777777888887777788777777778AAAAAA877448777777788888888778877
- 7777778AAAAA87777447777777888888877778877777778AAAA8777777448777
- 77888888777777887777778AAA8778447784487777888887778877788777778A
- A87774487774447777888877788777788877778A877774487774447777888777
- 7887777888777788777777447784487777887777778877788777778777777774
- 4444877777877777777888887777777777777777777777777777777777777777
- 7777777777777777777777777777777777777777777777777777777777777777
- 77777777777777777777}
- NumGlyphs = 2
- OnClick = SpeedButton1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 101
- Width = 345
- Height = 123
- Caption = 'Border Settings'
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 22
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '&Border Style :'
- FocusControl = LineStyle
- end
- object Label2: TLabel
- Left = 16
- Top = 54
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Border &Colour :'
- FocusControl = LineColor
- end
- object Label3: TLabel
- Left = 16
- Top = 89
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Border &Width:'
- FocusControl = LineWidth
- end
- object Label4: TLabel
- Left = 208
- Top = 89
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '(Pixels)'
- FocusControl = LineColor
- end
- object LineStyle: TComboBox
- Left = 136
- Top = 21
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Solid '
- 'Dashes'
- 'Dots'
- 'Dash, Dot'
- 'Dash, Dot, Dot')
- TabOrder = 0
- OnDrawItem = LineStyleDrawItem
- end
- object LineColor: TComboBox
- Left = 136
- Top = 53
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive green'
- 'Navy blue'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime green'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua'
- 'White')
- TabOrder = 1
- OnDrawItem = LineColorDrawItem
- end
- object LineWidth: TSpinEdit
- Left = 136
- Top = 87
- Width = 65
- Height = 26
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- MaxValue = 100
- MinValue = 0
- ParentFont = False
- TabOrder = 2
- Value = 1
- OnChange = LineWidthChange
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 227
- Width = 345
- Height = 91
- Caption = 'Background Settings'
- TabOrder = 1
- object Label5: TLabel
- Left = 16
- Top = 24
- Width = 113
- Height = 22
- AutoSize = False
- Caption = '&Style :'
- FocusControl = LineStyle
- end
- object Label6: TLabel
- Left = 16
- Top = 56
- Width = 113
- Height = 22
- AutoSize = False
- Caption = 'Colou&r :'
- FocusControl = LineColor
- end
- object RectStyle: TComboBox
- Left = 136
- Top = 23
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'bsSolid'
- 'bsClear'
- 'bsBDiagonal'
- 'bsFDiagonal'
- 'bsCross'
- 'bsDiagCross'
- 'bsHorizontal'
- 'bsVertical')
- TabOrder = 0
- OnDrawItem = RectStyleDrawItem
- end
- object RectColor: TComboBox
- Left = 136
- Top = 55
- Width = 201
- Height = 22
- Style = csOwnerDrawFixed
- ItemHeight = 16
- Items.Strings = (
- 'Black'
- 'Maroon'
- 'Green'
- 'Olive green'
- 'Navy blue'
- 'Purple'
- 'Teal'
- 'Gray'
- 'Silver'
- 'Red'
- 'Lime green'
- 'Yellow'
- 'Blue'
- 'Fuchsia'
- 'Aqua'
- 'White')
- TabOrder = 1
- OnDrawItem = LineColorDrawItem
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 1
- Width = 345
- Height = 101
- Caption = '&Text:'
- TabOrder = 2
- object Memo: TMemo
- Left = 10
- Top = 19
- Width = 326
- Height = 73
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- end
- object Button2: TButton
- Left = 82
- Top = 324
- Width = 89
- Height = 30
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object Button3: TButton
- Left = 174
- Top = 324
- Width = 89
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object ODSHelp1: TODSHelp
- HelpText.Strings = (
- 'Button2'
- 'Button3'
- 'GroupBox1'
- 'GroupBox2'
- 'GroupBox3'
- 'Label1'
- 'Label2'
- 'Label3'
- 'Label4'
- 'Label5'
- 'Label6'
- 'LineColor'
- 'LineStyle'
- 'LineWidth'
- 'Memo'
- 'ODSHelp1'
- 'RectColor'
- 'RectStyle'
- 'SpeedButton1')
- HelpText.HelpData = {
- 130001000072005768656E2070726573736564207468697320627574746F6E20
- 77696C6C206170706C7920616E792070726F706572747920616D656E646D656E
- 747320666F722074686973206F626A65637420616E64207468656E2072657475
- 726E20746F2074686520506167652044657369676E65722E0001010000000100
- 0079005768656E2070726573736564207468697320627574746F6E2077696C6C
- 2063616E63656C20616E792070726F706572747920616D656E646D656E747320
- 6D61646520666F72202074686973206F626A65637420616E64207468656E2072
- 657475726E20746F2074686520506167652044657369676E65722E0001010000
- 0001000000000100000000010000000001000000000100000000010000000001
- 0000000001000000000100000000010000000001000000000100000000010000
- 0000010000000001000000000100000000010000000001000000000100004001
- 54686973206669656C6420616C6C6F77732074686520636F6C6F7572206F6620
- 746865206C696E65207573656420746F2064726177206120626F726465722061
- 726F756E6420746865206F626A65637420746F2062652063686F73656E2E2054
- 6F2073656C656374206120636F6C6F7572206F72206368616E676520616E2061
- 6C72656164792073656C656374656420636F6C6F75722C207573652074686520
- 9164726F702D646F776E92206172726F7720616E64207468656E2073656C6563
- 742074686520636F6C6F75722066726F6D20746865206C697374207468617420
- 697320646973706C617965642E0D0A0D0A496620796F752077616E7420746F20
- 72656D6F7665206120626F726465722066726F6D20616E204F626A6563742C20
- 73696D706C792073656C6563742074686520636F6C6F75722057686974652E00
- 0101000000010000B40154686973206669656C6420616C6C6F77732074686520
- 7374796C65206F6620746865206C696E65207573656420746F20647261772061
- 20626F726465722061726F756E6420746865206F626A65637420746F20626520
- 63686F73656E2E20546F2073656C6563742061207374796C65206F7220636861
- 6E676520616E20616C72656164792073656C6563746564207374796C652C2075
- 736520746865209164726F702D646F776E92206172726F7720616E6420746865
- 6E2073656C65637420746865207374796C652066726F6D20746865206C697374
- 207468617420697320646973706C617965642E0D0A0D0A49742073686F756C64
- 206265206E6F7465642074686174206C696E6573206F66206120746869636B6E
- 6573732067726561746572207468617420312C2077696C6C206F6E6C79207375
- 70706F7274206120736F6C6964206C696E65207374796C652E20496620746865
- 20426F72646572205769647468206669656C6420697320737065636966696564
- 206173206265696E672067726561746572207468616E206F6E652C207468656E
- 2074686973206669656C642077696C6C2062652064697361626C65642E000101
- 000000010000AD0154686973206669656C6420616C6C6F777320746865207769
- 647468206F6620746865206C696E65207573656420746F206472617720612062
- 6F726465722061726F756E6420746865206F626A65637420746F206265206368
- 6F73656E2E20546F2073656C656374206120646966666572656E742077696474
- 682C2065697468657220656E746572207468652076616C756520646972656374
- 6C7920696E746F2074686973206669656C642C206F7220757365207468652069
- 6E6372656D656E74616C20757020616E6420646F776E206172726F77732E0D0A
- 0D0A49742073686F756C64206265206E6F7465642074686174206C696E657320
- 6F66206120746869636B6E6573732067726561746572207468617420312C2077
- 696C6C206F6E6C7920737570706F7274206120736F6C6964206C696E65207374
- 796C652E2049662074686520426F72646572205769647468206669656C642069
- 7320737065636966696564206173206265696E67206772656174657220746861
- 6E206F6E652C207468656E2074686520426F72646572205374796C6520666965
- 6C642077696C6C2062652064697361626C65642E0001010000000100002B0154
- 686973206669656C6420616C6C6F777320746865207374617469632074657874
- 207468617420697320746F206265206173736F63696174656420776974682074
- 6865204F626A65637420746F206265207370656369666965642E0D0A0D0A5465
- 7874206D617920626520636F7069656420746F206F722066726F6D2074686520
- 57696E646F777320436C6970626F6172642C206279207573696E672074686520
- 7374616E646172642057696E646F777320436F707920616E6420506173746520
- 73686F7274637574206B6579733A0D0A0D0A4374726C202B204320746F20436F
- 707920746F2074686520436C6970626F6172642028436F7079290D0A4374726C
- 202B205620746F20436F70792066726F6D2074686520436C6970626F61726420
- 285061737465290D0A000101000000010000000001000000000100002D015468
- 6973206669656C6420616C6C6F77732074686520696E7465726E616C20636F6C
- 6F7572206F6620746865206F626A65637420746F2062652063686F73656E2E20
- 546F2073656C656374206120636F6C6F7572206F72206368616E676520616E20
- 616C72656164792073656C656374656420636F6C6F75722C2075736520746865
- 209164726F702D646F776E92206172726F7720616E64207468656E2073656C65
- 63742074686520636F6C6F75722066726F6D20746865206C6973742074686174
- 20697320646973706C617965642E0D0A0D0A496620796F752077616E7420746F
- 2072656D6F766520616E20696E7465726E616C20636F6C6F75722066726F6D20
- 616E204F626A6563742C2073696D706C792073656C6563742074686520636F6C
- 6F75722057686974652E000101000000010000390154686973206669656C6420
- 616C6C6F77732074686520696E7465726E616C207061747465726E207374796C
- 65206F6620746865206F626A65637420746F2062652063686F73656E2E20546F
- 2073656C6563742061207374796C65206F72206368616E676520616E20616C72
- 656164792073656C6563746564207374796C652C207573652074686520916472
- 6F702D646F776E92206172726F7720616E64207468656E2073656C6563742074
- 6865207374796C652066726F6D20746865206C69737420746861742069732064
- 6973706C617965642E0D0A0D0A546F2072656D6F76652061207061747465726E
- 2066726F6D2074686520696E73696465206F6620616E206F626A6563742C2073
- 696D706C792073656C6563742074686520636C656172207061747465726E2066
- 726F6D20746865206C6973742E00010100000001000000000100000000}
- Color = 15269887
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = True
- MaxWidth = 300
- MoreText = 'More Information...'
- Top = 328
- end
- end
-